[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E3  - Novell Netware - File Server - Get File Server Descriptio  [N]

   AH = E3h subfn C9h
   DS:SI -> request buffer (see below)
   ES:DI -> reply buffer (see below)

Return: AL = status
       00h successful

Notes: this function is supported by Advanced NetWare 2.1+
   the calling workstation must be attached to the file server

See Also: AH=E3h/SF=11h,AH=E3h/SF=CDh,AH=E3h/SF=E8h

Format of request buffer:
Offset Size    Description
 00h   WORD    0001h (length of following data)
 02h   BYTE    C9h (subfunction "Get File Server Description Strings")

Format of reply buffer:
Offset Size    Description
 00h   WORD    (call) 0200h (size of following results buffer)
 02h   var ASCIZ name of company distributing this copy of NetWare
   var ASCIZ version and revision
      9 BYTEs  ASCIZ revision date (mm/dd/yy)
   var ASCIZ copyright notice

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson